PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFGifImage Class / PDFGifImage Constructor / PDFGifImage Constructor(Stream,int)
GIF stream.
GIF frame to use for creating the image.
In This Topic
    PDFGifImage Constructor(Stream,int)
    In This Topic
    Initializes a new PDFGifImage object.
    Syntax
    public PDFGifImage( 
       Stream stream,
       int frameIndex
    )

    Parameters

    stream
    GIF stream.
    frameIndex
    GIF frame to use for creating the image.
    Exceptions
    ExceptionDescription
    If the image cannot be decoded.
    See Also